home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / editor / we16_95g.zip / WEEXTSRC.ZI_ / WE_EXT.DEF < prev    next >
Text File  |  1992-01-15  |  294b  |  16 lines

  1. LIBRARY WE_EXT
  2. EXETYPE WINDOWS
  3. DESCRIPTION 'WinEdit Extension Module'
  4.  
  5. CODE FIXED PRELOAD
  6. DATA FIXED PRELOAD
  7.  
  8.  
  9. SEGMENTS
  10.         _TEXT   FIXED PRELOAD
  11.  
  12. EXPORTS
  13.         WEP                     @1 RESIDENTNAME
  14.         WE_ExtensionProc        @2
  15.         CommandDlgProc            @3
  16.